Markdown
How to write multiline code in table cell ?
- Use
<code>tag instead of` - Use
<pre>instead of``` - Use
<br/>for new line - Use
for new line
Escape character \
https://bookdown.org/yihui/rmarkdown-cookbook/special-chars.html